home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / lisp / kcl / akcl / akcl1615.lha / h / sig.defs < prev    next >
Text File  |  1988-10-02  |  553b  |  32 lines

  1. LBINDIR=/usr/local/bin
  2.  
  3. ODIR_DEBUG= 
  4. MACHINE = SGI
  5. CHTAB    = sgi_chtab.s
  6. DEFS    =  -I/usr/include/bsd
  7. LIBS    = -lm -lbsd
  8. OFLAG = -O
  9. NULLFILE = ../h/twelve_null
  10. CC    = cc
  11.  
  12. # Set MAINDIR to where the original kcl distribution is
  13. MAINDIR = /usr/local/src/kcl
  14. CFLAGS    = -c $(DEFS)  -I../h
  15.  
  16. # The fast loading currently works for ATT and BSD with 68000 or 386
  17. # architectures.  Unless you have these, leave these undefined.
  18. RSYM    = rsym
  19. SFASL    = $(ODIR)/sfasl.o
  20.  
  21. # When using SFASL it is good to have (si::build-symbol-table)
  22. INITFORM=(si::build-symbol-table)
  23.  
  24.  
  25.  
  26.  
  27.  
  28.  
  29.  
  30.  
  31.  
  32.